net/http.http2requestParam.authority (field)
9 uses
net/http (current package)
h2_bundle.go#L5968: authority: f.PseudoValue("authority"),
h2_bundle.go#L5974: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
h2_bundle.go#L5995: if rp.authority == "" {
h2_bundle.go#L5996: rp.authority = rp.header.Get("Host")
h2_bundle.go#L6023: scheme, authority, path string
h2_bundle.go#L6066: url_ = &url.URL{Host: rp.authority}
h2_bundle.go#L6067: requestURI = rp.authority // mimic HTTP/1 server behavior
h2_bundle.go#L6092: Host: rp.authority,
h2_bundle.go#L7006: authority: msg.url.Host,
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |